what is the difference between relative and absolute css

55

position: absolute;top: 50px;
@media screen { h1#first { position: fixed; }}@media print { h1#first { position: static; }}
position: fixed;
position: absolute;

Comments

Submit
0 Comments